How to run the example:
- compile the crgNetworking DLL project
- compile the netowkring example project
- run two/three instances of the example
- give each instance a name so you can tell them apart
- have one instance act as a server, the others connect to it as clients
(127.0.0.1 is the address for connecting to yourself)
- use arrow keys to move the red label around, notice it moves in the other instances

How to use the library:
- reference crgNetworking in project->references
- Use a crgNetworker object, with events
- Imitate the example